Description
Validate the connection with a Nuxeo Salesforce application by checking the client version
Operation id | Salesforce.ValidateConnection |
Category | Salesforce |
Label | Salesforce ValidateConnection |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | boolean |
Implementation Information
JSON Definition
{
"id" : "Salesforce.ValidateConnection",
"label" : "Salesforce ValidateConnection",
"category" : "Salesforce",
"requires" : null,
"description" : "Validate the connection with a Nuxeo Salesforce application by checking the client version",
"url" : "Salesforce.ValidateConnection",
"signature" : [ "void", "boolean" ],
"params" : [ {
"name" : "version",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "details",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}